ComponentOne Xamarin Edition
ReplaceAsync(Int32,Object) Method
C1.CollectionView Assembly > C1.CollectionView Namespace > C1GroupCollectionView<S> Class : ReplaceAsync(Int32,Object) Method
The index.
The item.
Replaces the item at the specified index by the new specified item.
Syntax
public override Task ReplaceAsync( 
   int index,
   object item
)

Parameters

index
The index.
item
The item.
See Also

Reference

C1GroupCollectionView<S> Class
C1GroupCollectionView<S> Members